From: Juanma Barranquero Date: Fri, 14 Jun 2002 16:28:58 +0000 (+0000) Subject: (Fcompose_region_internal, Fcompose_string_internal): Fix typos. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~32223 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=887c08b596b891601c8d1923c3d765565f459b68;p=emacs.git (Fcompose_region_internal, Fcompose_string_internal): Fix typos. --- diff --git a/src/composite.c b/src/composite.c index 2ef8533ea68..1cc6e12cfaf 100644 --- a/src/composite.c +++ b/src/composite.c @@ -721,7 +721,7 @@ DEFUN ("compose-region-internal", Fcompose_region_internal, Compose text in the region between START and END. Optional 3rd and 4th arguments are COMPONENTS and MODIFICATION-FUNC -for the composition. See `compose-region' for more detial. */) +for the composition. See `compose-region' for more detail. */) (start, end, components, mod_func) Lisp_Object start, end, components, mod_func; { @@ -742,7 +742,7 @@ DEFUN ("compose-string-internal", Fcompose_string_internal, Compose text between indices START and END of STRING. Optional 4th and 5th arguments are COMPONENTS and MODIFICATION-FUNC -for the composition. See `compose-string' for more detial. */) +for the composition. See `compose-string' for more detail. */) (string, start, end, components, mod_func) Lisp_Object string, start, end, components, mod_func; {